home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / automake.0 / automake / automake-1.0 / tests / proginst.test < prev    next >
Encoding:
Text File  |  1996-02-27  |  213 b   |  13 lines

  1. #! /bin/sh
  2.  
  3. # Test for bug where when multiple scripts are installed,
  4. # the check for fp_PROG_INSTALL fails.
  5.  
  6. . $srcdir/defs || exit 1
  7.  
  8. cat > Makefile.am << 'END'
  9. bin_SCRIPTS = zardoz qbert brownie
  10. END
  11.  
  12. $AUTOMAKE
  13.